
The One To X Helper is used as a quick switch for data
streams of any type. As a result, one piped in integer value input can
activate multiple outputs.
Be aware that if the X Input value changes, the associated output data stream also changes and only ONE Output can send out a value at a time. In other words, with 2 Outputs, if the X Input value starts with a value of 1, Out 1 gets a value. If the X Input value then receives a value of 2, the Out 1 then sends no value while Out 2 sends out a value.
ON - (Bool) This input data
stream determines whether the operator is considered 'on' or 'off.' You
can connect other operators to this input channel such as a Bool
Helper to activate/deactivate the whole operator.
X Input - (Integer) This input data stream is used to denote the
Out output data stream that is to receive a value. So, if you have 3 Out
output data streams and the integer value piped into this stream is 2,
it means that the second Out output data stream sends out the value fed
into the In port to any other connected operator.
In - used to feed in any type of value that is to be switched
through multiple output ports.
Out - this output data stream
sends out the value provided by the Value checkbox.

Num Outputs - This spinner sets the number of output data streams
that are displayed in the schematic view window.
Port Type - sets the type of value connected to the input of this
operator, this will also be the same type of value output by the selected
Out ports.
